print-editor: Set the devel style class
authorMatthias Clasen <mclasen@redhat.com>
Mon, 13 Jul 2020 12:23:39 +0000 (08:23 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 13 Jul 2020 12:27:51 +0000 (08:27 -0400)
Lets clearly communicate that we're unstable.

demos/print-editor/print-editor.c

index e6353fa05468f5955593ce1a6739cfe627ada9e2..eda61a061d91411a3d964a7926ec01ff3a9f8186 100644 (file)
@@ -781,6 +781,8 @@ activate (GApplication *app)
   gtk_application_window_set_show_menubar (GTK_APPLICATION_WINDOW (main_window), TRUE);
   update_title (GTK_WINDOW (main_window));
 
+  gtk_widget_add_css_class (main_window, "devel");
+
   box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
   gtk_window_set_child (GTK_WINDOW (main_window), box);